Math2.org Math Tables: Recursive Formulas for y1/n

(Math)
Recursive Formulas for y^(1/n) Recursive Formulas for y1/n

Explicit form:

y1/n = x
Recursive form:
xk+1 = (xk + y / (xk)n-1) / 2

where y ³ 0 and n > 0
or y Î Â and n is odd, positive, and integer.
(for negative n, evaluate the above formula with n positive, then invert your answer).

Example: 21/3 = 1.259921049894...
iterationvalue
x01.0000000000
x11.5000000000
x21.1944444444
x31.2981416381
x41.2424821566
x51.2690093603
x61.2554742937
x71.2621680807
x81.2588035314
x91.2604812976
x101.2596412994
x201.2599207765
x501.259921049894
x[infinity]1.259921049894...
Source: Jeff Yates, et al.